projects
/
project
/
odhcpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f393d5
)
github: fix CI apt dependencies
author
Álvaro Fernández Rojas
<
[email protected]
>
Mon, 3 Nov 2025 06:38:52 +0000
(07:38 +0100)
committer
Álvaro Fernández Rojas
<
[email protected]
>
Mon, 3 Nov 2025 07:01:05 +0000
(08:01 +0100)
We need to run 'apt update' before installing the APT packages.
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 5a555408eaed5e86b8a782c36987c2538fb76c24..9ec2c917267f782d3042c8c7d3db1ff622d24742 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-77,6
+77,7
@@
jobs:
- name: Install dependencies
run: |
+ sudo apt update
sudo apt install ${{ matrix.packages }}
- name: Prepare build